The Imagick class
PHP Manual

Imagick::setSize

(PECL imagick 2.0.0)

Imagick::setSizeSets the size of the Imagick object

Descripción

bool Imagick::setSize ( int $columns , int $rows )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the size of the Imagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.

Lista de parámetros

columns

rows

Valores retornados

Returns TRUE on success.


The Imagick class
PHP Manual